treelistrowsorter: Add a bandaid
authorMatthias Clasen <mclasen@redhat.com>
Tue, 6 Oct 2020 01:27:23 +0000 (21:27 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 6 Oct 2020 11:58:01 +0000 (07:58 -0400)
commit7698b4dd6321f7d1c94c237f765c57d0d3dff678
tree87171b774a9de0dd950b54a5075a227ec41d3480
parente532f2322bd4bc99c890409446585160558e5fb5
treelistrowsorter: Add a bandaid

The GtkTreeListRowSortKeys implementation doesn't
know how it wants to cache its keys, and just crashes.

Since that is not cool, add a bandaid fix that forces
it to recreate its keys instead. Extra work, but hey,
no crash.

Related: #3228
gtk/gtktreelistrowsorter.c